home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 109 / Ultra Gameplayers 109.iso / pc / beatnik-.exe / data1.cab / DLL / NPBeatnik.dll / JAVASCRIPT / 154
Encoding:
Text File  |  1997-07-30  |  1.4 KB  |  1 lines

  1. javascript:function displayInfo (backgroundImage) {argNames = new Array ('Title', 'Composer(s)', 'Copyright', 'Performed by', 'Publisher Contact Info', 'Use of License', 'Licensed to URL', 'License Term', 'Expiration Date', 'Composer Notes', 'Index Number');copyrightInfoWindow = window.open ('','copyrightInfoWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=500,height=380');with (copyrightInfoWindow.document) {open ('text/html');writeln ('<HTML><HEAD><TITLE>Copyright Information</TITLE></HEAD><BODY BACKGROUND="' + backgroundImage + '" BGCOLOR=FFFFFF TEXT=000000 LINK=0000FF VLINK=0000FF ONBLUR="this.focus ()">');writeln ('<TABLE HEIGHT=100% WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=4>');for (argNo = 2; argNo <= displayInfo.arguments.length; argNo++) {writeln ('<TR VALIGN=TOP><TD ALIGN=RIGHT WIDTH=50%><FONT SIZE=-1><B>' + argNames [argNo-2] + ': </B></FONT></TD><TD WIDTH=50%><FONT SIZE=-1>' + arguments [argNo-1] + '</FONT></TD></TR>');}writeln ('<TR><TD COLSPAN=2 VALIGN=BOTTOM>');writeln ('<TABLE WIDTH=100% BORDER=1 CELLSPACING=0 CELLPADDING=4><TR><TD ALIGN=CENTER>');writeln ('<FONT SIZE=-1>THIS MUSIC IS PROTECTED UNDER U.S. AND INTERNATIONAL COPYRIGHT LAWS. ANY UNAUTHORIZED REPRODUCTION OR REDISTRIBUTION IS STRICTLY PROHIBITED. ALL RIGHTS RESERVED.</FONT>');writeln ('</TD></TR></TABLE>');writeln ('</TD></TR>');writeln ('</TABLE>');writeln ('</BODY></HTML>');close ();copyrightInfoWindow.focus ();}}